home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / windows / winterm / term.doc < prev    next >
Encoding:
Text File  |  1994-02-22  |  1019 b   |  26 lines

  1.          *** TERM application program documentation ***
  2.  
  3.          This  example code is a Windows terminal emulator. It can transfer
  4.          files using ASCII, XMODEM, and YMODEM protocols. This  program  is
  5.          provided as an axample of the use of the PCL4W library.
  6.  
  7.          In order to compile TERM, you will need PCL4W.LIB, PCL4W.DLL,  and
  8.          PCL4W.H  from  the  PCL4W distribution zip file.  All source files
  9.          for TERM are provided except for the drivers for XMODEM and YMODEM
  10.          (which are provided in the registered product).
  11.  
  12.          For a list of  files  that  comprise  the  TERM  application,  see
  13.          TERM._M_ or TERM._B_ (Microsoft & Borland makefiles).
  14.  
  15.          To compile using the Microsoft compiler (use NMAKE, not MAKE):
  16.  
  17.                NMAKE TERM._M_
  18.  
  19.          To compile using the Borland compiler:
  20.  
  21.                MAKE -fTERM._B_
  22.  
  23.          Additional  information about TERM is contained in the PCL4W Users
  24.          Manual (PCL4W.USR).
  25.  
  26.